Deleting is the same as PUT
.
The ETag
is required in an If-Match
header.
DELETE /annotation/w3c/my-container/foo-bar HTTP/1.1Accept: application/ld+json; profile="http://www.w3.org/ns/anno.jsonld"Content-Type: application/ld+json;If-Match: 3b6f03d78812a166ce6b43e415b58e29Host: localhost:8080Connection: closeUser-Agent: Paw/3.1.5 (Macintosh; OS X/10.13.4) GCDHTTPRequest
HTTP/1.1 204Date: Sun, 20 May 2018 20:03:22 GMTConnection: close
With an HTTP 204 status.